Fix some parameter name mismatches in the docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Jan 2011 15:04:48 +0000 (10:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Jan 2011 15:04:48 +0000 (10:04 -0500)
gtk/gtkcellarea.c
gtk/gtkcellrenderer.c

index 9e770d69c79e59f0728d82fe5e454e23e34b6455..2e8f522dd0441af13b0fc3985ca50addb2f4f5ea 100644 (file)
@@ -2943,7 +2943,7 @@ gtk_cell_area_activate (GtkCellArea         *area,
 /**
  * gtk_cell_area_set_focus_cell:
  * @area: a #GtkCellArea
- * @focus_cell: the #GtkCellRenderer to give focus to
+ * @renderer: the #GtkCellRenderer to give focus to
  *
  * This is generally called from #GtkCellArea implementations
  * either gtk_cell_area_grab_focus() or gtk_cell_area_update_focus()
index 95f33406b85fa3778effe7b7ea7ad494ff7ea235..a6760ee1ac3566fbf4f3149153e7981ea849a947 100644 (file)
@@ -1570,17 +1570,12 @@ gtk_cell_renderer_get_preferred_height_for_width (GtkCellRenderer *cell,
  * gtk_cell_renderer_get_preferred_size:
  * @cell: a #GtkCellRenderer instance
  * @widget: the #GtkWidget this cell will be rendering to
- * @request_natural: Whether to base the contextual request off of the
- *     base natural or the base minimum
  * @minimum_size: (out) (allow-none): location for storing the minimum size, or %NULL
  * @natural_size: (out) (allow-none): location for storing the natural size, or %NULL
  *
  * Retrieves the minimum and natural size of a cell taking
  * into account the widget's preference for height-for-width management.
  *
- * If request_natural is specified, the non-contextual natural value will
- * be used to make the contextual request; otherwise the minimum will be used.
- *
  * Since: 3.0
  */
 void